which correctly go :active now, istead of :checked as in the past.
min-width: 16px;
border-radius: 0;
- &:hover:not(:checked):not(:backdrop) {
+ &:hover:not(:active):not(:backdrop) {
background-clip: padding-box;
background-image: none;
background-color: transparentize(white, 0.7);
min-height: 16px;
min-width: 16px;
border-radius: 0; }
- notebook > header > tabs > arrow:hover:not(:checked):not(:backdrop) {
+ notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) {
background-clip: padding-box;
background-image: none;
background-color: rgba(255, 255, 255, 0.3);
min-height: 16px;
min-width: 16px;
border-radius: 0; }
- notebook > header > tabs > arrow:hover:not(:checked):not(:backdrop) {
+ notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) {
background-clip: padding-box;
background-image: none;
background-color: rgba(255, 255, 255, 0.3);